projects
/
project
/
omcproxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11e45f6
)
github: fix CI apt dependencies
author
Álvaro Fernández Rojas
<
[email protected]
>
Mon, 3 Nov 2025 06:38:52 +0000
(07:38 +0100)
committer
Álvaro Fernández Rojas
<
[email protected]
>
Mon, 3 Nov 2025 07:06:56 +0000
(08:06 +0100)
We need to run 'apt update' before installing the APT packages.
Signed-off-by: Álvaro Fernández Rojas <
[email protected]
>
.github/workflows/ci.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 4504ac3e252bb60daae1325bfa49ee0e2688a20f..bdad38987214cd289ed44aade494e930829f3788 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-47,6
+47,7
@@
jobs:
- name: Install dependencies
run: |
+ sudo apt update
sudo apt install ${{ matrix.packages }}
- name: Prepare build